🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@dotcom-tool-kit/circleci-deploy

Package Overview
Dependencies
Maintainers
3
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/circleci-deploy

A plugin that will add CircleCI jobs that will interact with deployment services, such as Heroku or Serverless, to your CircleCI config.

4.1.17
latest
Source
npm
Version published
Weekly downloads
548
-29.29%
Maintainers
3
Weekly downloads
 
Created
Source

@dotcom-tool-kit/circleci-deploy

A plugin that will add CircleCI jobs that will interact with deployment services, such as Heroku or Serverless, to your CircleCI config.

This plugin will require the additional installation of the plugin to handle your chosen deployment service(s) to actually run anything; this plugin defines hooks for other plugins to use, but no tasks to associate with those hooks. The plugin is installed as a dependency of the frontend-app and backend-heroku-app plugins so you do not need to install it separately if you are using one of those plugins.

Installation

Install @dotcom-tool-kit/circleci-deploy as a devDependency in your app:

npm install --save-dev @dotcom-tool-kit/circleci-deploy

Add the plugin to your Tool Kit configuration:

plugins:
	- '@dotcom-tool-kit/circleci-deploy'

Install this plugin's hooks:

npx dotcom-tool-kit --install

For Tool Kit generated CircleCI config.yml

If you are migrating your project to Tool Kit for the first time then this plugin can generate a new .circleci/config.yml file for your project including Tool Kit configured workflows. To use this feature please delete or rename your existing CircleCI config.yml file before running the install command.

Adding to a custom CircleCI config.yml

See manually adding jobs to your CircleCI config

Hooks

EventDescriptionInstalled to...Default Tasks
deploy:reviewCreate and test review appdeploy-review job in .circle/config.ymlHerokuReview
deploy:stagingDeploy app to stagingdeploy-staging job in .circle/config.ymlHerokuStaging
test:reviewRun smoke testse2e-test-review job in .circle/config.ymlNTest
teardown:reviewTeardown review lambdae2e-test-review job in .circle/config.ymlServerlessTeardown
test:stagingRun smoke tests on staginge2e-test-staging job in .circle/config.ymlNTest
teardown:stagingScale down staginge2e-test-staging job in .circle/config.ymlHerokuTeardown
deploy:productionDeploy to productiondeploy-production job in .circle/config.ymlHerokuProduction

FAQs

Package last updated on 21 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts